Huffman code - перевод на Английский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Huffman code - перевод на Английский

ENTROPY ENCODING ALGORITHM USED FOR LOSSLESS DATA COMPRESSION
Data compression/Huffman coding; Huffman encoding; Huffman code; Huffman tree; Huffman codes; Huffman Compression algorithm; Huffmann encoding; Hufman encoding; Huffmann coding; Hufman coding; Huffman Code; Huffman Compression; Huffman's algorithm; Hu-Tucker; Hu-Tucker coding; Huffman-Shannon-Fano coding; Huffman Coding; Huffman algorithm; Huffmann code; K-ary Huffman coding; K-ary Hufman encoding; Huffman’s algorithm; K-ary Huffman encoding; Coding tree; Static Huffman coding; Huffman Encoding; Huffman Decoding; Hoffman coding; Length-limited Huffman code; Length-limited Huffman coding; Minimum variance Huffman coding; Minimum variance Huffman code; Alphabetic Huffman tree; Alphabetic Huffman coding; Applications of Huffman coding; Huffmann decoding; Fixed-length Huffman code; Limited-length Huffman code
  • Constructing a Huffman Tree
Найдено результатов: 2263
Huffman code         

общая лексика

код Хаффмана

код, предложенный в 1952 г. (D.A. Huffman), в котором длина кодирующего слова обратно пропорциональна встречаемости кодируемого элемента, т.е. часто встречающимся элементам соответствуют короткие коды, редко встречающимся - длинные. Используется в факсимильных аппаратах Group 3

Смотрите также

Huffman coding; LZW

Huffman code         
код Хаффмена, код сжатия данных
Huffman coding         

общая лексика

кодирование методом Хаффмана

Смотрите также

Huffman code; VLC

Huffman coding         
кодирование по Хаффмену
threaded code         
ANOTHER PROGRAMMING TECHNIQUE
Indirectly threaded; Threaded code compiler; Threading model; Threading models; Thread model; Direct threading; Direct-threaded code; Indirect threading; Subroutine threading; Threaded interpreter; Threaded code interpreter; Direct threaded code; Direct-threaded; Direct threaded; Direct-threading; Indirect-threaded; Indirect threaded code; Indirect-threaded code; Indirect-threading; Subroutine-threaded code; Subroutine threaded code; Subroutine-threading; Call-threaded code; Call threaded code; Call threading; Call-threading; Token threading; Token-threading; Token-threaded code; Token threaded code; Huffman threading; Huffman-threaded code; Huffman threaded code; Huffman-threading; Huffman-threaded interpreter; Huffman threaded interpreter; Huffman-threaded system; Huffman threaded system; String threading; String-threading

общая лексика

защитный код

codetext         
  • A portion of the "[[Zimmermann Telegram]]" as decrypted by [[British Naval Intelligence]] codebreakers. The word ''Arizona'' was not in the German codebook and had therefore to be split into phonetic syllables.
METHOD USED TO ENCRYPT A MESSAGE
Codetext; Idiot code; One-part code; Two-part code; Cryptography code
(за) кодированный текст
Napoleonic Code         
  • The Napoleonic Code in the [[Historical Museum of the Palatinate]] in [[Speyer]]
CIVIL CODE OF 1804
Code Napoleon; Napoleonic civil code; Napoleanic Code; Code Civil; Code Napoléon; French Familly code; Code civil; French Civil Code; Civil Code of France; Civil Code of 1804; French civil code; Code civil du Français; Napoleonic law; Code civil des Français; Code civil des Francais; Napoleonic code; Napoléonic Code; Code Civil des Francais; Code Civil of 1804; French Napoleonic Code of 1804
[юр.] кодекс Наполеона
CODE         
METHOD TO REPRESENT INFORMATION FOR VARIOUS PURPOSES (STORAGE, TRANSMISSION, PROTECTION AGAINST UNAUTHORIZED ACCESS ETC.)
CodE; Encoding; Encoding code; Encode/Decode; Codes; Encoded; Code (communications); Code (information theory); Coding and decoding; Encodings; Information encoding; Código; Data encoding; CØDE
сокр. от Client/Server Open Development Environment открытая среда разработки программ типа клиент/сервер
code         
METHOD TO REPRESENT INFORMATION FOR VARIOUS PURPOSES (STORAGE, TRANSMISSION, PROTECTION AGAINST UNAUTHORIZED ACCESS ETC.)
CodE; Encoding; Encoding code; Encode/Decode; Codes; Encoded; Code (communications); Code (information theory); Coding and decoding; Encodings; Information encoding; Código; Data encoding; CØDE
code         
METHOD TO REPRESENT INFORMATION FOR VARIOUS PURPOSES (STORAGE, TRANSMISSION, PROTECTION AGAINST UNAUTHORIZED ACCESS ETC.)
CodE; Encoding; Encoding code; Encode/Decode; Codes; Encoded; Code (communications); Code (information theory); Coding and decoding; Encodings; Information encoding; Código; Data encoding; CØDE

Определение

ФРАНЦУЗСКИЙ ГРАЖДАНСКИЙ КОДЕКС
1804 (Кодекс Наполеона) , действующий гражданский кодекс Франции. Составлен при активном участии Наполеона. Включает нормы гражданского, семейного, процессуального, частично трудового права. Кодекс закрепил свободу частной собственности, провозгласив это право священным и неприкосновенным.

Википедия

Huffman coding

In computer science and information theory, a Huffman code is a particular type of optimal prefix code that is commonly used for lossless data compression. The process of finding or using such a code proceeds by means of Huffman coding, an algorithm developed by David A. Huffman while he was a Sc.D. student at MIT, and published in the 1952 paper "A Method for the Construction of Minimum-Redundancy Codes".

The output from Huffman's algorithm can be viewed as a variable-length code table for encoding a source symbol (such as a character in a file). The algorithm derives this table from the estimated probability or frequency of occurrence (weight) for each possible value of the source symbol. As in other entropy encoding methods, more common symbols are generally represented using fewer bits than less common symbols. Huffman's method can be efficiently implemented, finding a code in time linear to the number of input weights if these weights are sorted. However, although optimal among methods encoding symbols separately, Huffman coding is not always optimal among all compression methods - it is replaced with arithmetic coding or asymmetric numeral systems if a better compression ratio is required.

Как переводится Huffman code на Русский язык